home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Programming / Languages / Assembler / trapdef.asm < prev   
Encoding:
Assembly Source File  |  1987-08-23  |  11.4 KB  |  495 lines  |  [TEXT/ttxt]

  1. _InitCursor    trapw    $A850
  2. _SetCursor    trapw    $A851
  3. _HideCursor    trapw    $A852
  4. _ShowCursor    trapw    $A853
  5. _ShieldCursor    trapw    $A855
  6. _ObscureCursor    trapw    $A856
  7. _BitAnd    trapw    $A858
  8. _BitXOr    trapw    $A859
  9. _BitNot    trapw    $A85A
  10. _BitOr    trapw    $A85B
  11. _BitShift    trapw    $A85C
  12. _BitTst    trapw    $A85D
  13. _BitSet    trapw    $A85E
  14. _BitClr    trapw    $A85F
  15. _Random    trapw    $A861
  16. _ForeColor    trapw    $A862
  17. _BackColor    trapw    $A863
  18. _ColorBit    trapw    $A864
  19. _GetPixel    trapw    $A865
  20. _StuffHex    trapw    $A866
  21. _LongMul    trapw    $A867
  22. _FixMul    trapw    $A868
  23. _FixRatio    trapw    $A869
  24. _HiWord    trapw    $A86A
  25. _LoWord    trapw    $A86B
  26. _FixRound    trapw    $A86C
  27. _InitPort    trapw    $A86D
  28. _InitGraf    trapw    $A86E
  29. _OpenPort    trapw    $A86F
  30. _LocalToGlobal    trapw    $A870
  31. _GlobalToLocal    trapw    $A871
  32. _GrafDevice    trapw    $A872
  33. _SetPort    trapw    $A873
  34. _GetPort    trapw    $A874
  35. _SetPBits    trapw    $A875
  36. _PortSize    trapw    $A876
  37. _MovePortTo    trapw    $A877
  38. _SetOrigin    trapw    $A878
  39. _SetClip    trapw    $A879
  40. _GetClip    trapw    $A87A
  41. _ClipRect    trapw    $A87B
  42. _BackPat    trapw    $A87C
  43. _ClosePort    trapw    $A87D
  44. _AddPt    trapw    $A87E
  45. _SubPt    trapw    $A87F
  46. _SetPt    trapw    $A880
  47. _EqualPt    trapw    $A881
  48. _StdText    trapw    $A882
  49. _DrawChar    trapw    $A883
  50. _DrawString    trapw    $A884
  51. _DrawText    trapw    $A885
  52. _TextWidth    trapw    $A886
  53. _TextFont    trapw    $A887
  54. _TextFace    trapw    $A888
  55. _TextMode    trapw    $A889
  56. _TextSize    trapw    $A88A
  57. _GetFontInfo    trapw    $A88B
  58. _StringWidth    trapw    $A88C
  59. _CharWidth    trapw    $A88D
  60. _SpaceExtra    trapw    $A88E
  61. _StdLine    trapw    $A890
  62. _LineTo    trapw    $A891
  63. _Line    trapw    $A892
  64. _MoveTo    trapw    $A893
  65. _Move    trapw    $A894
  66. _Moov    trapw    $A894
  67. _HidePen    trapw    $A896
  68. _ShowPen    trapw    $A897
  69. _GetPenState    trapw    $A898
  70. _SetPenState    trapw    $A899
  71. _GetPen    trapw    $A89A
  72. _PenSize    trapw    $A89B
  73. _PenMode    trapw    $A89C
  74. _PenPat    trapw    $A89D
  75. _PenNormal    trapw    $A89E
  76. _StdRect    trapw    $A8A0
  77. _FrameRect    trapw    $A8A1
  78. _PaintRect    trapw    $A8A2
  79. _EraseRect    trapw    $A8A3
  80. _InverRect    trapw    $A8A4
  81. _FillRect    trapw    $A8A5
  82. _EqualRect    trapw    $A8A6
  83. _SetRect    trapw    $A8A7
  84. _OffSetRect    trapw    $A8A8
  85. _InSetRect    trapw    $A8A9
  86. _SectRect    trapw    $A8AA
  87. _UnionRect    trapw    $A8AB
  88. _Pt2Rect    trapw    $A8AC
  89. _PtInRect    trapw    $A8AD
  90. _EmptyRect    trapw    $A8AE
  91. _StdRRect    trapw    $A8AF
  92. _FrameRoundRect    trapw    $A8B0
  93. _PaintRoundRect    trapw    $A8B1
  94. _EraseRoundRect    trapw    $A8B2
  95. _InverRoundRect    trapw    $A8B3
  96. _FillRoundRect    trapw    $A8B4
  97. _StdOval    trapw    $A8B6
  98. _FrameOval    trapw    $A8B7
  99. _PaintOval    trapw    $A8B8
  100. _EraseOval    trapw    $A8B9
  101. _InvertOval    trapw    $A8BA
  102. _FillOval    trapw    $A8BB
  103. _SlopeFromAngle    trapw    $A8BC
  104. _StdArc    trapw    $A8BD
  105. _FrameArc    trapw    $A8BE
  106. _PaintArc    trapw    $A8BF
  107. _EraseArc    trapw    $A8C0
  108. _InvertArc    trapw    $A8C1
  109. _FillArc    trapw    $A8C2
  110. _PtToAngle    trapw    $A8C3
  111. _AngleFromSlope    trapw    $A8C4
  112. _StdPoly    trapw    $A8C5
  113. _FramePoly    trapw    $A8C6
  114. _PaintPoly    trapw    $A8C7
  115. _ErasePoly    trapw    $A8C8
  116. _InvertPoly    trapw    $A8C9
  117. _FillPoly    trapw    $A8CA
  118. _OpenPoly    trapw    $A8CB
  119. _ClosePgon    trapw    $A8CC
  120. _KillPoly    trapw    $A8CD
  121. _OffSetPoly    trapw    $A8CE
  122. _PackBits    trapw    $A8CF
  123. _UnpackBits    trapw    $A8D0
  124. _StdRgn    trapw    $A8D1
  125. _FrameRgn    trapw    $A8D2
  126. _PaintRgn    trapw    $A8D3
  127. _EraseRgn    trapw    $A8D4
  128. _InverRgn    trapw    $A8D5
  129. _FillRgn    trapw    $A8D6
  130. _NewRgn    trapw    $A8D8
  131. _DisposRgn    trapw    $A8D9
  132. _OpenRgn    trapw    $A8DA
  133. _CloseRgn    trapw    $A8DB
  134. _CopyRgn    trapw    $A8DC
  135. _SetEmptyRgn    trapw    $A8DD
  136. _SetRecRgn    trapw    $A8DE
  137. _RectRgn    trapw    $A8DF
  138. _OfSetRgn    trapw    $A8E0
  139. _InSetRgn    trapw    $A8E1
  140. _EmptyRgn    trapw    $A8E2
  141. _EqualRgn    trapw    $A8E3
  142. _SectRgn    trapw    $A8E4
  143. _UnionRgn    trapw    $A8E5
  144. _DiffRgn    trapw    $A8E6
  145. _XOrRgn    trapw    $A8E7
  146. _PtInRgn    trapw    $A8E8
  147. _RectInRgn    trapw    $A8E9
  148. _SetStdProcs    trapw    $A8EA
  149. _StdBits    trapw    $A8EB
  150. _CopyBits    trapw    $A8EC
  151. _StdTxMeas    trapw    $A8ED
  152. _StdGetPic    trapw    $A8EE
  153. _ScrollRect    trapw    $A8EF
  154. _StdPutPic    trapw    $A8F0
  155. _StdComment    trapw    $A8F1
  156. _PicComment    trapw    $A8F2
  157. _OpenPicture    trapw    $A8F3
  158. _ClosePicture    trapw    $A8F4
  159. _KillPicture    trapw    $A8F5
  160. _DrawPicture    trapw    $A8F6
  161. _ScalePt    trapw    $A8F8
  162. _MapPt    trapw    $A8F9
  163. _MapRect    trapw    $A8FA
  164. _MapRgn    trapw    $A8FB
  165. _MapPoly    trapw    $A8FC
  166. _Open    trapw    $A000+00
  167. _Close    trapw    $A000+01
  168. _Read    trapw    $A000+02
  169. _Write    trapw    $A000+03
  170. _Control    trapw    $A000+04
  171. _Status    trapw    $A000+05
  172. _KillIO    trapw    $A000+06
  173. _GetVolInfo    trapw    $A000+07
  174. _Create    trapw    $A000+08
  175. _Delete    trapw    $A000+09
  176. _OpenRF    trapw    $A000+10
  177. _ReName    trapw    $A000+11
  178. _GetFileInfo    trapw    $A000+12
  179. _SetFileInfo    trapw    $A000+13
  180. _UnMountVol    trapw    $A000+14
  181. _MountVol    trapw    $A000+15
  182. _Allocate    trapw    $A000+16
  183. _GetEOF    trapw    $A000+17
  184. _SetEOF    trapw    $A000+18
  185. _FlushVol    trapw    $A000+19
  186. _GetVol    trapw    $A000+20
  187. _SetVol    trapw    $A000+21
  188. _FInitQueue    trapw    $A000+22
  189. _Eject    trapw    $A000+23
  190. _GetFPos    trapw    $A000+24
  191. _InitZone    trapw    $A000+25
  192. _GetZone    trapw    $A100+26
  193. _SetZone    trapw    $A000+27
  194. _FreeMem    trapw    $A000+28
  195. _MaxMem    trapw    $A100+29
  196. _NewPtr    trapw    $A100+30
  197. _DisposPtr    trapw    $A000+31
  198. _SetPtrSize    trapw    $A000+32
  199. _GetPtrSize    trapw    $A000+33
  200. _NewHandle    trapw    $A100+34
  201. _DisposHandle    trapw    $A000+35
  202. _SetHandleSize    trapw    $A000+36
  203. _GetHandleSize    trapw    $A000+37
  204. _HandleZone    trapw    $A100+38
  205. _ReAllocHandle    trapw    $A000+39
  206. _RecoverHandle    trapw    $A100+40
  207. _HLock    trapw    $A000+41
  208. _HUnLock    trapw    $A000+42
  209. _EmptyHandle    trapw    $A000+43
  210. _InitApplZone    trapw    $A000+44
  211. _SetApplLimit    trapw    $A000+45
  212. _BlockMove    trapw    $A000+46
  213. _PostEvent    trapw    $A000+47
  214. _OSEventAvail    trapw    $A000+48
  215. _GetOSEvent    trapw    $A000+49
  216. _FlushEvents    trapw    $A000+50
  217. _VInstall    trapw    $A000+51
  218. _VRemove    trapw    $A000+52
  219. _OffLine    trapw    $A000+53
  220. _MoreMasters    trapw    $A000+54
  221. _WriteParam    trapw    $A000+56
  222. _ReadDateTime    trapw    $A000+57
  223. _SetDateTime    trapw    $A000+58
  224. _Delay    trapw    $A000+59
  225. _CmpString    trapw    $A000+60
  226. _DrvrInstall    trapw    $A000+61
  227. _DrvrRemove    trapw    $A000+62
  228. _InitUtil    trapw    $A000+63
  229. _ResrvMem    trapw    $A000+64
  230. _SetFilLock    trapw    $A000+65
  231. _RstFilLock    trapw    $A000+66
  232. _SetFilType    trapw    $A000+67
  233. _SetFPos    trapw    $A000+68
  234. _FlushFile    trapw    $A000+69
  235. _GetTrapAddress    trapw    $A100+70
  236. _SetTrapAddress    trapw    $A000+71
  237. _PtrZone    trapw    $A100+72
  238. _HPurge    trapw    $A000+73
  239. _HNoPurge    trapw    $A000+74
  240. _SetGrowZone    trapw    $A000+75
  241. _CompactMem    trapw    $A000+76
  242. _PurgeMem    trapw    $A000+77
  243. _AddDrive    trapw    $A000+78
  244. _RDrvrInstall    trapw    $A000+79
  245. _UprString    trapw    $A000+84
  246. _SetAppBase    trapw    $A000+87
  247. _InitFonts    trapw    $A8FE
  248. _GetFName    trapw    $A8FF
  249. _GetFNum    trapw    $A900
  250. _FMSwapFont    trapw    $A901
  251. _RealFont    trapw    $A902
  252. _SetFontLock    trapw    $A903
  253. _DrawGrowIcon    trapw    $A904
  254. _DragGrayRgn    trapw    $A905
  255. _NewString    trapw    $A906
  256. _SetString    trapw    $A907
  257. _ShowHide    trapw    $A908
  258. _CalcVis    trapw    $A909
  259. _CalcVBehind    trapw    $A90A
  260. _ClipAbove    trapw    $A90B
  261. _PaintOne    trapw    $A90C
  262. _PaintBehind    trapw    $A90D
  263. _SaveOld    trapw    $A90E
  264. _DrawNew    trapw    $A90F
  265. _GetWMgrPort    trapw    $A910
  266. _CheckUpDate    trapw    $A911
  267. _InitWindows    trapw    $A912
  268. _NewWindow    trapw    $A913
  269. _DisposWindow    trapw    $A914
  270. _ShowWindow    trapw    $A915
  271. _HideWindow    trapw    $A916
  272. _GetWRefCon    trapw    $A917
  273. _SetWRefCon    trapw    $A918
  274. _GetWTitle    trapw    $A919
  275. _SetWTitle    trapw    $A91A
  276. _MoveWindow    trapw    $A91B
  277. _HiliteWindow    trapw    $A91C
  278. _SizeWindow    trapw    $A91D
  279. _TrackGoAway    trapw    $A91E
  280. _SelectWindow    trapw    $A91F
  281. _BringToFront    trapw    $A920
  282. _SendBehind    trapw    $A921
  283. _BeginUpDate    trapw    $A922
  284. _EndUpDate    trapw    $A923
  285. _FrontWindow    trapw    $A924
  286. _DragWindow    trapw    $A925
  287. _DragTheRgn    trapw    $A926
  288. _InvalRgn    trapw    $A927
  289. _InvalRect    trapw    $A928
  290. _ValidRgn    trapw    $A929
  291. _ValidRect    trapw    $A92A
  292. _GrowWindow    trapw    $A92B
  293. _FindWindow    trapw    $A92C
  294. _CloseWindow    trapw    $A92D
  295. _SetWindowPic    trapw    $A92E
  296. _GetWindowPic    trapw    $A92F
  297. _InitMenus    trapw    $A930
  298. _NewMenu    trapw    $A931
  299. _DisposMenu    trapw    $A932
  300. _AppendMenu    trapw    $A933
  301. _ClearMenuBar    trapw    $A934
  302. _InsertMenu    trapw    $A935
  303. _DeleteMenu    trapw    $A936
  304. _DrawMenuBar    trapw    $A937
  305. _HiliteMenu    trapw    $A938
  306. _EnableItem    trapw    $A939
  307. _DisableItem    trapw    $A93A
  308. _GetMenuBar    trapw    $A93B
  309. _SetMenuBar    trapw    $A93C
  310. _MenuSelect    trapw    $A93D
  311. _MenuKey    trapw    $A93E
  312. _GetItmIcon    trapw    $A93F
  313. _SetItmIcon    trapw    $A940
  314. _GetItmStyle    trapw    $A941
  315. _SetItmStyle    trapw    $A942
  316. _GetItmMark    trapw    $A943
  317. _SetItmMark    trapw    $A944
  318. _CheckItem    trapw    $A945
  319. _GetItem    trapw    $A946
  320. _SetItem    trapw    $A947
  321. _CalcMenuSize    trapw    $A948
  322. _GetMHandle    trapw    $A949
  323. _SetMFlash    trapw    $A94A
  324. _PlotIcon    trapw    $A94B
  325. _FlashMenuBar    trapw    $A94C
  326. _AddResMenu    trapw    $A94D
  327. _PinRect    trapw    $A94E
  328. _DeltaPoint    trapw    $A94F
  329. _CountMItems    trapw    $A950
  330. _InsertResMenu    trapw    $A951
  331. _NewControl    trapw    $A954
  332. _DisposControl    trapw    $A955
  333. _KillControls    trapw    $A956
  334. _ShowControl    trapw    $A957
  335. _HideControl    trapw    $A958
  336. _MoveControl    trapw    $A959
  337. _GetCRefCon    trapw    $A95A
  338. _SetCRefCon    trapw    $A95B
  339. _SizeControl    trapw    $A95C
  340. _HiliteControl    trapw    $A95D
  341. _GetCTitle    trapw    $A95E
  342. _SetCTitle    trapw    $A95F
  343. _GetCtlValue    trapw    $A960
  344. _GetMinCtl    trapw    $A961
  345. _GetMaxCtl    trapw    $A962
  346. _SetCtlValue    trapw    $A963
  347. _SetMinCtl    trapw    $A964
  348. _SetMaxCtl    trapw    $A965
  349. _TestControl    trapw    $A966
  350. _DragControl    trapw    $A967
  351. _TrackControl    trapw    $A968
  352. _DrawControls    trapw    $A969
  353. _GetCtlAction    trapw    $A96A
  354. _SetCtlAction    trapw    $A96B
  355. _FindControl    trapw    $A96C
  356. _DeQueue    trapw    $A96E
  357. _EnQueue    trapw    $A96F
  358. _GetNextEvent    trapw    $A970
  359. _EventAvail    trapw    $A971
  360. _GetMouse    trapw    $A972
  361. _StillDown    trapw    $A973
  362. _Button    trapw    $A974
  363. _TickCount    trapw    $A975
  364. _GetKeys    trapw    $A976
  365. _WaitMouseUp    trapw    $A977
  366. _CouldDialog    trapw    $A979
  367. _FreeDialog    trapw    $A97A
  368. _InitDialogs    trapw    $A97B
  369. _GetNewDialog    trapw    $A97C
  370. _NewDialog    trapw    $A97D
  371. _SelIText    trapw    $A97E
  372. _IsDialogEvent    trapw    $A97F
  373. _DialogSelect    trapw    $A980
  374. _DrawDialog    trapw    $A981
  375. _CloseDialog    trapw    $A982
  376. _DisposDialog    trapw    $A983
  377. _Alert    trapw    $A985
  378. _StopAlert    trapw    $A986
  379. _NoteAlert    trapw    $A987
  380. _CautionAlert    trapw    $A988
  381. _CouldAlert    trapw    $A989
  382. _FreeAlert    trapw    $A98A
  383. _ParamText    trapw    $A98B
  384. _ErrorSound    trapw    $A98C
  385. _GetDItem    trapw    $A98D
  386. _SetDItem    trapw    $A98E
  387. _SetIText    trapw    $A98F
  388. _GetIText    trapw    $A990
  389. _ModalDialog    trapw    $A991
  390. _DetachResource    trapw    $A992
  391. _SetResPurge    trapw    $A993
  392. _CurResFile    trapw    $A994
  393. _InitResources    trapw    $A995
  394. _RsrcZoneInit    trapw    $A996
  395. _OpenResFile    trapw    $A997
  396. _UseResFile    trapw    $A998
  397. _UpdateResFile    trapw    $A999
  398. _CloseResFile    trapw    $A99A
  399. _SetResLoad    trapw    $A99B
  400. _CountResources    trapw    $A99C
  401. _GetIndResource    trapw    $A99D
  402. _CountTypes    trapw    $A99E
  403. _GetIndType    trapw    $A99F
  404. _GetResource    trapw    $A9A0
  405. _GetNamedResource    trapw    $A9A1
  406. _LoadResource    trapw    $A9A2
  407. _ReleaseResource    trapw    $A9A3
  408. _HomeResFile    trapw    $A9A4
  409. _SizeRsrc    trapw    $A9A5
  410. _GetResAttrs    trapw    $A9A6
  411. _SetResAttrs    trapw    $A9A7
  412. _GetResInfo    trapw    $A9A8
  413. _SetResInfo    trapw    $A9A9
  414. _ChangedResource    trapw    $A9AA
  415. _AddResource    trapw    $A9AB
  416. _RmveResource    trapw    $A9AD
  417. _ResError    trapw    $A9AF
  418. _WriteResource    trapw    $A9B0
  419. _CreateResFile    trapw    $A9B1
  420. _SystemEvent    trapw    $A9B2
  421. _SystemClick    trapw    $A9B3
  422. _SystemTask    trapw    $A9B4
  423. _SystemMenu    trapw    $A9B5
  424. _OpenDeskAcc    trapw    $A9B6
  425. _CloseDeskAcc    trapw    $A9B7
  426. _GetPattern    trapw    $A9B8
  427. _GetCursor    trapw    $A9B9
  428. _GetString    trapw    $A9BA
  429. _GetIcon    trapw    $A9BB
  430. _GetPicture    trapw    $A9BC
  431. _GetNewWindow    trapw    $A9BD
  432. _GetNewControl    trapw    $A9BE
  433. _GetRMenu    trapw    $A9BF
  434. _GetNewMBar    trapw    $A9C0
  435. _UniqueID    trapw    $A9C1
  436. _SysEdit    trapw    $A9C2
  437. _Secs2Date    trapw    $A9C6
  438. _Date2Secs    trapw    $A9C7
  439. _SysBeep    trapw    $A9C8
  440. _SysError    trapw    $A9C9
  441. _TEGetText    trapw    $A9CB
  442. _TEInit    trapw    $A9CC
  443. _TEDispose    trapw    $A9CD
  444. _TextBox    trapw    $A9CE
  445. _TESetText    trapw    $A9CF
  446. _TECalText    trapw    $A9D0
  447. _TESetSelect    trapw    $A9D1
  448. _TENew    trapw    $A9D2
  449. _TEUpdate    trapw    $A9D3
  450. _TEClick    trapw    $A9D4
  451. _TECopy    trapw    $A9D5
  452. _TECut    trapw    $A9D6
  453. _TEDelete    trapw    $A9D7
  454. _TEActivate    trapw    $A9D8
  455. _TEDeactivate    trapw    $A9D9
  456. _TEIdle    trapw    $A9DA
  457. _TEPaste    trapw    $A9DB
  458. _TEKey    trapw    $A9DC
  459. _TEScroll    trapw    $A9DD
  460. _TEInsert    trapw    $A9DE
  461. _TESetJust    trapw    $A9DF
  462. _Munger    trapw    $A9E0
  463. _HandToHand    trapw    $A9E1
  464. _PtrToXHand    trapw    $A9E2
  465. _PtrToHand    trapw    $A9E3
  466. _HandAndHand    trapw    $A9E4
  467. _InitPack    trapw    $A9E5
  468. _InitAllPacks    trapw    $A9E6
  469. _Pack0    trapw    $A9E7
  470. _Pack1    trapw    $A9E8
  471. _Pack2    trapw    $A9E9
  472. _Pack3    trapw    $A9EA
  473. _FP68K    trapw    $A9EB
  474. _Pack4    trapw    $A9EB
  475. _Elems68K    trapw    $A9EC
  476. _Pack5    trapw    $A9EC
  477. _Pack6    trapw    $A9ED
  478. _Pack7    trapw    $A9EE
  479. _PtrAndHand    trapw    $A9EF
  480. _LoadSeg    trapw    $A9F0
  481. _UnLoadSeg    trapw    $A9F1
  482. _Launch    trapw    $A9F2
  483. _Chain    trapw    $A9F3
  484. _ExitToShell    trapw    $A9F4
  485. _GetAppParms    trapw    $A9F5
  486. _GetResFileAttrs    trapw    $A9F6
  487. _SetResFileAttrs    trapw    $A9F7
  488. _InfoScrap    trapw    $A9F9
  489. _UnlodeScrap    trapw    $A9FA
  490. _LodeScrap    trapw    $A9FB
  491. _ZeroScrap    trapw    $A9FC
  492. _GetScrap    trapw    $A9FD
  493. _PutScrap    trapw    $A9FE
  494. _Debugger    trapw    $A9FF
  495.